home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / admin / ra / _reg / readme < prev    next >
Encoding:
Text File  |  1991-04-02  |  2.1 KB  |  41 lines

  1. First backup the whole disc.
  2.  
  3. The purpose of the register program is to keep track of pupils attendance and replace the normal registers used by form tutors. Up to 200 children can be registered at one computer.
  4. (CLICK ON !REG Application directory to run the program)
  5.  
  6. Second the register program is designed to be used in term time and will not
  7. work with all functions in the holidays. It uses the computer’s clock to
  8. determine this so if you alter the clock you can experiment with the preset
  9. files for different times of the year. In order to do this in BASIC (press
  10. F12 from the desktop and type *BAS. <RETURN>) type
  11. TIME$=“Thu,01 Sep 1988.10:34:27” <RETURN>.
  12.  
  13.  
  14. *TIME or print TIME$ will allow you to check the syntax. The example files
  15. were set up for 1988-89 but if you set up your own files in 1991 the
  16. computer will assume that this is for 91/92 inserting relevant week-ends etc
  17. appropriately.
  18.  
  19. To install on a hard disc drag the whole !REG directory onto a viewer window of the directory you want to operate from. SCSI drives require a slight modification to the !Run file.
  20.  
  21. There are fairly detailed instructions available by pressing the right-hand
  22. mouse button on high-lighted menu items. 
  23.  
  24. The files in this directory are
  25.  
  26. !Boot !Run !RunImage set up paths and run the program
  27. !Sprites             icons for !REG
  28. attf                 file of attendance data. RESET will produce a blank attf  from one containing data, ready to start a new year.
  29. Hardcopy             Acorn screen dump for printing TGdata
  30. Help                 All the on-line help files
  31. names                Basic strings with tutor names and pointers to                               appropriate data in attf.
  32. Readme               This file!
  33. REGSTRUC             Record structure details
  34. RESET                See Above
  35. SPCTC                CTC sprite (can be replaced by any school logo, but                          names should remain the same or program will be                              confused!
  36. TGFILE               File of tutor group names used for menus.
  37. TIME                 Redefine pointer as an egg timer.
  38.  
  39.  
  40.  
  41.